home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 658 b | 24 lines | [TEXT/GEOL] |
- Item 1859113 17-Sept-90 09:04PDT
-
- From: NAUTIL France - Dev, Nautil Info Lyon,IDV
-
- To: LOCKWOOD Savitar, Mike Lockwood,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: C++ Pure Virtual Function
-
- Attn: Bert Sierra
-
- Bert,
-
- MPW C++ compiler always generates virtual tables for virtual classes: the
- virtual table contains all the virtual members of a class and there is no
- necessity to have all virtual members to be pure virtual.
- The generated reference of a pure virtual function is a function named
- "__pure_virtual_called".
-
- Etienne
-
-
-